projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a77230
)
(undecided): Set ascii in safe-charsets property.
author
Kenichi Handa
<handa@m17n.org>
Sat, 13 Feb 1999 02:47:52 +0000
(
02:47
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Sat, 13 Feb 1999 02:47:52 +0000
(
02:47
+0000)
lisp/international/mule-conf.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule-conf.el
b/lisp/international/mule-conf.el
index dc8861f025b0db68867a751181bffd92ec14984e..6494d695fc307935d5b2c5666a00c820be0ce598 100644
(file)
--- a/
lisp/international/mule-conf.el
+++ b/
lisp/international/mule-conf.el
@@
-228,7
+228,8
@@
(put 'undecided 'coding-system
(vector t ?- "No conversion on encoding, automatic conversion on decoding"
- (list 'alias-coding-systems '(undecided))
+ (list 'alias-coding-systems '(undecided)
+ 'safe-charsets '(ascii))
nil))
(setq coding-system-list (cons 'undecided coding-system-list))
(setq coding-system-alist (cons '("undecided") coding-system-alist))